.bannerbox {
	position: relative;
	width: 100%;
}

.imgbox .swiper-slide img {
	width: 320px;
	height: 90px;

	object-fit: cover;
	display: block;

}

.singleimgbox .swiper-slide img {
	width: 320px;
	height: 90px;

	object-fit: cover;
	display: block;

}

.arrow-left,
.arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
}

.arrow-left img,
.arrow-right img {
	width: 30px;
	height: 30px;
}

.arrow-left {
	left: 10px;
}

.arrow-right {
	right: 10px;
}

.swiper-button-disabled {
	opacity: .4;
}

.my-button-disabled {
	opacity: .4;
}

/* 悬停效果 */
/* .arrow-left:hover,
.arrow-right:hover {
  background-color: rgba(0, 0, 0, 0.5);
} */

.imgbox .swiper-pagination {
	display: none;
}

.singleimgbox .swiper-pagination {
	display: none;
}

.videobox .swiper-pagination {
	display: none;
}


/*视频组件*/
.videobox .swiper-slide img {
	width: 235px;
	height: 132.19px;
	display: block;
}


.swiper-slide .title {
	font-size: 14px;
	color: #333333;
	line-height: 19px;
	margin-top: 10px;

}

.arrow-left,
.arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
}

.videobox .arrow-left,
.videobox .arrow-right {
	top: 51px;
	transform: translateY(0);

}

.kongzhi {
	display: none;
}

.arrow-left img,
.arrow-right img {
	width: 30px;
	height: 30px;
}

.arrow-left {
	left: 10px;
}

.arrow-right {
	right: 10px;
}

.videobox .swiper-button-disabled {
	opacity: .4;
}

/* 悬停效果 */
/* .arrow-left:hover,
.arrow-right:hover {
  background-color: rgba(0, 0, 0, 0.5);
} */
.videobox .swiper-slide .shiping {
	position: relative;

}

.videobox .swiper-slide .shiping .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 999px) {

	.imgbox .swiper-slide img {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;

	}

	.singleimgbox .swiper-slide img {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
	}
}

@media screen and (max-width: 768px) {
	/* .imgbox .swiper-slide img {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;

	}

	.singleimgbox .swiper-slide img {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
	} */

	.arrow-left {
		display: none;
	}

	.arrow-right {
		display: none;
	}

	.imgbox .swiper-pagination {
		display: block;
	}

	.singleimgbox .swiper-pagination {
		display: block;
	}
}